home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / bananamonkey.swf / scripts / frame_15 / PlaceObject2_139_255 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-19  |  162 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.amitavalife < 1)
  3.    {
  4.       if(pl == 1)
  5.       {
  6.          _root.gov.gotoAndPlay(2);
  7.          pl = 0;
  8.       }
  9.    }
  10. }
  11.